home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / signon.dir / 00063_Script_63 < prev    next >
Text File  |  1994-11-29  |  261b  |  15 lines

  1. on exitFrame
  2.     global OCSTHE
  3.  
  4.   if the movieTime of sprite 3 = OCSTHE then
  5.     unloadcast
  6.     go to the frame + 1
  7.   else
  8.     go  the frame
  9.   end if
  10. end
  11.  
  12. on mousedown
  13.   set the movieRate of sprite 3 to 0
  14.   go to frame "StartEffect"
  15. end mousedown